home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5003 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ip-24.newportnet.net!user
  2. From: sconi@superstore.com (Chris Tiee "Chochoni Boboni")
  3. Newsgroups: comp.lang.c
  4. Subject: What the heck is ...?
  5. Date: Sun, 11 Feb 1996 16:42:57 -0800
  6. Organization: InteleNet Communications, Inc.
  7. Message-ID: <sconi-1102961642580001@ip-24.newportnet.net>
  8. NNTP-Posting-Host: ip-24.newportnet.net
  9.  
  10. Here's something all the books love to avoid: The use of ... in function
  11. declarations. For example, one book says that the prototype of printf() is
  12.  
  13. int printf(const char *fmt_string, ...);
  14.  
  15. but nowhere in the book does it ever document the meaning or usage of ...
  16. . (actually, it did document ..., but because it was also a C++ book as
  17. well, it said that ... is used to catch all the exceptions in exception
  18. handling). I scrambled through some other C books, but they never made any
  19. explanations at all.
  20.  
  21. Doesn't anyone know what it does? I don't like to learn things without
  22. learning it completely.
  23.  
  24. +--Sconi--------------------------------+--------------------------------------+
  25. |Chris Tiee (Sconi, Chochoni Boboni):   |sconi@superstore.com                  |
  26. |World Wide Web:                        |http://www.superstore.com/~sconi/     |
  27. +---------------------------------------+--------------------------------------+
  28. ***ATTENTION: Email Address Changed!!***
  29.  
  30. Good fortune will find you, provided that you gave directions.
  31.